home *** CD-ROM | disk | FTP | other *** search
/ Hottest 6 / Hottest 6 (1996)(PDSoft)[!].iso / software / videoutils / a-g / ami2d / rexx / rexxcon.rexx < prev    next >
OS/2 REXX Batch file  |  1978-11-24  |  490b  |  18 lines

  1. /* Ami2D startup script for rexxcon */
  2.  
  3. if ~show('ports',"RXC_AMI2D") then do
  4.     address command 'run ami2d:bin/rexxcon -hRXC_AMI2D'
  5.     do while ~show('ports',"RXC_AMI2D")
  6.     end
  7. end
  8.  
  9. address rxc_ami2d 
  10.  
  11. /* For WShell (cnc: device) comment out the next line 
  12.    and uncomment the succeeding line */
  13.  
  14. 'open(con,0,-50,-52,50,Ami2D/noclose/nosize/nodepth/noalt/nodrag/nonblock,AMI2D)'
  15. /* 'open(cnc,0,-50,-52,50,Ami2D/noclose/nosize/nodepth/noalt/nodrag/nonblock/menu#ami2d,AMI2D)' */
  16.  
  17. exit
  18.